GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-08T22:15:15.091196+00:00",
"SubmitDate": "2026-06-08T22:15:15.091196+00:00",
"ReportPeriodStart": "2026-06-08T22:15:15.091196+00:00",
"ReportPeriodEnd": "2026-06-08T22:15:15.091196+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3d1d9e3f-be89-4a7a-881f-b8d6fc531b50",
"Rows": [
{
"ItemId": "d802047c-fa62-42a0-abbe-f8d1cfd5fab0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d802047c-fa62-42a0-abbe-f8d1cfd5fab0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3d1d9e3f-be89-4a7a-881f-b8d6fc531b50",
"Rows": [
{
"ItemId": "d802047c-fa62-42a0-abbe-f8d1cfd5fab0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d802047c-fa62-42a0-abbe-f8d1cfd5fab0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6a00e87d-60c3-45fc-827c-2880bf9d4c10",
"a9ee479f-5a43-4ea5-9892-5b6aea0b1267"
],
"Approvers": [
"734c84a4-d488-45b8-95ba-d6171624f430",
"70200051-7e63-4a51-9cca-74fcb3130cd5"
],
"ApprovedBy": "4f11ce42-d7c2-4b47-9976-69032b3c389c",
"ApprovalDate": "2026-06-08T22:15:15.091196+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8bfc5666-54eb-4e3b-a104-3c61274e8ba3",
"id": "42355047-cc51-4431-a878-e27a488d8367",
"ConfigId": "0b56c9d7-3e57-49d4-99a9-2be203586560"
},
{
"GenerationDate": "2026-06-08T22:15:15.091196+00:00",
"SubmitDate": "2026-06-08T22:15:15.091196+00:00",
"ReportPeriodStart": "2026-06-08T22:15:15.091196+00:00",
"ReportPeriodEnd": "2026-06-08T22:15:15.091196+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3d1d9e3f-be89-4a7a-881f-b8d6fc531b50",
"Rows": [
{
"ItemId": "d802047c-fa62-42a0-abbe-f8d1cfd5fab0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d802047c-fa62-42a0-abbe-f8d1cfd5fab0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3d1d9e3f-be89-4a7a-881f-b8d6fc531b50",
"Rows": [
{
"ItemId": "d802047c-fa62-42a0-abbe-f8d1cfd5fab0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d802047c-fa62-42a0-abbe-f8d1cfd5fab0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6a00e87d-60c3-45fc-827c-2880bf9d4c10",
"a9ee479f-5a43-4ea5-9892-5b6aea0b1267"
],
"Approvers": [
"734c84a4-d488-45b8-95ba-d6171624f430",
"70200051-7e63-4a51-9cca-74fcb3130cd5"
],
"ApprovedBy": "4f11ce42-d7c2-4b47-9976-69032b3c389c",
"ApprovalDate": "2026-06-08T22:15:15.091196+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8bfc5666-54eb-4e3b-a104-3c61274e8ba3",
"id": "42355047-cc51-4431-a878-e27a488d8367",
"ConfigId": "0b56c9d7-3e57-49d4-99a9-2be203586560"
}
]